home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / basic / altqb550.zip / HLPFILES.ZIP / DEMON33.HLP < prev    next >
Text File  |  1991-08-06  |  629b  |  14 lines

  1. ┌────────────────────────────────────────────────────┐
  2. │                   File Sorter.                     │
  3. └────────────────────────────────────────────────────┘
  4.  
  5. SORTFILE  expects  the user to supply a filename, which
  6. can  include a directory pathname, as well as the start
  7. position  and  length of the field on which the file is
  8. to be sorted. 
  9.  
  10. The  program  first checks the size of the file and the
  11. amount of free RAM available to see if it can be sorted
  12. in  memory.  If  it is too large, the file is sorted in
  13. place.  This  method,  which  is far slower, allows the
  14. file to be of any size up to 4 Gigabytes.